| Name | Description | |
|---|---|---|
![]() | Dequeue | Removes and returns the item at the beginning of the queue. |
![]() | Enqueue | Enqueue (appends) the item at the end of the queue. |
![]() | Peek | Returns the first item of the queue without removing it. |
For a list of all members of this type, see NQueue<T> members.
| Name | Description | |
|---|---|---|
![]() | Dequeue | Removes and returns the item at the beginning of the queue. |
![]() | Enqueue | Enqueue (appends) the item at the end of the queue. |
![]() | Peek | Returns the first item of the queue without removing it. |